home *** CD-ROM | disk | FTP | other *** search
- # Wintertree Writing Style Analyzer (WStyle) Configuration File
-
- # REPORTING_LEVEL: The default problem-reporting level.
- # Value: integer ranging from 0 to 9.
- REPORTING_LEVEL=5
-
- # SPELLING_PREFERENCE: Defines your preference for American or British
- # spelling rules.
- # Value: "American" or "British"
- SPELLING_PREFERENCE=American
-
- # PATTERN_FILE: Name of the file containing the WStyle problem patterns.
- # WStyle uses the supplied path if one is present. Otherwise, WStyle
- # searches for the file in the directory containing WSTYLE.EXE.
- # Value: Path name.
- PATTERN_FILE=wstyle.wsp
-
- # WORD_USAGE_SEVERITY: Severity of problems associated with word usage.
- # Value: Integer ranging from 0 to 9.
- WORD_USAGE_SEVERITY=5
-
- # PUNCTUATION_SEVERITY: Severiy of problems related to punctuation.
- # Value: Integer ranging from 0 to 9.
- PUNCTUATION_SEVERITY=5
-
- # SPELLING_SEVERITY: Severity of problems related to spelling (American vs.
- # British).
- # Value: Integer ranging from 0 to 9.
- SPELLING_SEVERITY=5
-
- # STRICT_WORDS: Determines criteria for considering character strings as
- # words.
- # Value:
- # True: Ignore any character strings which don't appear to be valid
- # English words.
- # False: Accept all alphabetic character strings as words.
- STRICT_WORDS=False
-
- # ACTIVE_VOICE_WEIGHT: Relative importance assigned to the use of the
- # active voice in the overall-style statistic.
- # Value: Integer ranging from 0 to 100. Note that the sum of the _WEIGHT
- # values must total 100.
- ACTIVE_VOICE_WEIGHT=35
-
- # WORD_ECONOMY_WEIGHT: Relative importance assigned to word economy in the
- # overall-style statistic.
- # Value: Integer ranging from 0 to 100. Note that the sum of the _WEIGHT
- # values must total 100.
- WORD_ECONOMY_WEIGHT=25
-
- # READABILITY_WEIGHT: Relative importance assigned to readability in the
- # overall-style statistic.
- # Value: Integer ranging from 0 to 100. Note that the sum of the _WEIGHT
- # values must total 100.
- READABILITY_WEIGHT=20
-
- # DICTION_WEIGHT: Relative importance assigned to word choice in the overall-
- # style statistic.
- # Value: Integer ranging from 0 to 100. Note that the sum of the _WEIGHT
- # values must total 100.
- DICTION_WEIGHT=20
-
- # TARGET_READER_LEVEL: Default target-reader's level, expressed in years of
- # schooling.
- # Value: Floating-point number ranging from 1.0 to 20.0.
- TARGET_READER_LEVEL=10.0
-
- # PREPOSITION_LIMIT: Maximum number of prepositional phrases considered
- # acceptable in a sentence.
- # Value: Integer ranging from 0 to 32767.
- PREPOSITION_LIMIT=3
-
- # ACTIVE_VOICE_LIMIT: Minimum percentage of active-voice sentences considered
- # acceptable in a document.
- # Value: Integer ranging from 0 to 100.
- ACTIVE_VOICE_LIMIT=60
-
- # FILENAME_PATTERN: Pattern used to match file names in the directory
- # display.
- # Value: String containing DOS wildcards (* and ?).
- FILENAME_PATTERN=*.*
-
- # Use the following table of color values for the screen-color options:
- # 0 Black 8 Dark gray
- # 1 Blue 9 Light blue
- # 2 Green 10 Light green
- # 3 Cyan 11 Light cyan
- # 4 Red 12 Light red
- # 5 Magenta 13 Light magenta
- # 6 Brown 14 Yellow
- # 7 Light gray 15 White
-
- # The _FG_ color options affect the foreground (text) color. The _BG_ options
- # affect the background color.
-
- # CONTEXT: Used to show which word is being checked, the document statistics,
- # problem pattern, and options.
- # Value: Color number (see table).
- CONTEXT_FG_COLOR=7
- CONTEXT_BG_COLOR=1
-
- # PROBLEM: Used to present writing-style problems.
- # Value: Color number (see table).
- PROBLEM_FG_COLOR=1
- PROBLEM_BG_COLOR=3
-
- # PROGRESS: Used to draw a horizontal bar showing how much of the document
- # has been checked.
- # Value: Color number (see table).
- PROGRESS_FG_COLOR=4
- PROGRESS_BG_COLOR=0
-
- # FKEY: Used to present action names and their associated keys.
- # Value: Color number (see table).
- FKEY_FG_COLOR=1
- FKEY_BG_COLOR=15
-
- # ALERT: Used to display errors and other important messages.
- # Value: Color number (see table).
- ALERT_FG_COLOR=11
- ALERT_BG_COLOR=4
-